var courseList=[
		{
			"code":"CB001",
			"startDate":1638205200000,
			"endDate":1640797200000,//in milisecond
			"type":1,//thứ 3-5-7
			"name":{"vi-VN":"Thiên văn học cơ bản Khóa 1",
					"en-US":"Introduction to Astronomy, 1<sup>st</sup> Course"
					},
			"fee":{"vi-VN":1750000,
					"en-US":78
				}
		},
		{
			"code":"VT002",
			"startDate":1638291600000,
			"endDate":1643562000000,
			"type":0,//thứ 2-4-6
			"name":{"vi-VN":"Vũ Trụ Học Cơ Bản Khóa 2",
					"en-US":"Introduction to Cosmology, 2<sup>nd</sup> Course"
				},
			"fee":{"vi-VN":1050000,
					"en-US":47				
				}			
		},
		{
			"code":"QS001",
			"startDate":1639501200000,
			"endDate":1640710800000,
			"type":0,//thứ 2-4-6
			"name":{"vi-VN":"Học Máy Và Thiên Văn Học Khóa 1",
				"en-US":"Machine Learning and Astronomy, 1<sup>st</sup> Course"
			},
			"fee":{"vi-VN":750000,
				"en-US":34
			}
		},		
		{
			"code":"CB002",
			"startDate":1638291600000,
			"endDate":1640883600000,
			"type":0,//2-4-6
			"name":{"vi-VN":"Thiên văn học cơ bản Khóa 2",
					"en-US":"Introduction to Astronomy, 2<sup>nd</sup> Course"
			},
			"fee":{"vi-VN":1750000,
					"en-US":78
				}
		},				
		{	"code":"CB003",
			"startDate":1638550800000,
			"endDate":1641229200000,
			"type":1,//thứ 3-5-7
			"name":{"vi-VN":"Thiên văn học cơ bản Khóa 3",
					"en-US":"Introduction to Astronomy, 3<sup>rd</sup> Course"
			},		
			"fee":{"vi-VN":1750000,
					"en-US":78
				}
		},
		{
			"code":"VT003",
			"startDate":1638291600000,
			"endDate":1643562000000,
			"type":0,//thứ 2-4-6
			"name":{"vi-VN":"Vũ Trụ Học Cơ Bản Khóa 3",
				"en-US":"Introduction to Cosmology, 3<sup>rd</sup> Course"
			},
			"fee":{"vi-VN":1050000,
					"en-US":47
			}
		},
		{
			"code":"QS002",
			"startDate":1639587600000,
			"endDate":1640797200000,
			"type":1,//thứ 3-5-7	
			"name":{"vi-VN":"Học Máy Và Thiên Văn Học Khóa 2",
				"en-US":"Machine Learning and Astronomy, 2<sup>nd</sup> Course"
			},			
			"fee":{"vi-VN":750000,
					"en-US":34
			}		
		}
];